home *** CD-ROM | disk | FTP | other *** search
/ Your Mobile: Alcatel / Alcatel 2005.iso / Create Stamp / setup.exe / setup.msi / Data1.cab / WizardStamp.swf / scripts / DefineSprite_195 / frame_1 / DoAction.as
Encoding:
Text File  |  2003-05-16  |  348 b   |  16 lines

  1. if(_root._ErrTxt != "")
  2. {
  3.    txt = _root._ErrTxt;
  4.    ErrTit = "Error";
  5. }
  6. else
  7. {
  8.    txt = "<b>Congratulations.</b>\nYour stamp %1% is now in your phone. You can find it in the images album.\nYou can add it to other images in your phone.";
  9.    ErrTit = "{Felicitation}";
  10. }
  11. if(_root.CurrentLink == "None")
  12. {
  13.    gotoAndStop(2);
  14. }
  15. stop();
  16.